home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Menu Manager Package
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Jerry Horsewood
- -- : Adasoft, Inc, 9300
- -- : Anapolis Road
- -- : Lanham, MD 20706
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Adasoft, Inc.
- -- DATE CREATED : 19 January 1985
- -- DATE RELEASED : May 1985
- -- DATE LAST UPDATED : May 1985
- -- LOCATION : ASR
- -- ENVIRONMENT : Telesoft 1.3 (unvalidated), IBM DOS
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : Menu Manager
- -- CATEGORY LEVEL 3 : Menu Manager 2
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Menu
- -- INDEX : Manager, Menu
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_15
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MENU>MMGR*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MENU>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- MMGR.CMM 5079 128
- -- MMGR.CO 928 31
- -- MMGR.DOC 149510 4479
- -- MMGR.PRO 3910 80
- -- MMGR.SRC 262235 6468
- -- MMGR.TST 12750 324
- -- MMGRABS.CO 622 54
- -- MMGRDEMO.CO 304 15
- -- MMGRDEMO.DOC 3020 54
- -- MMGRNOTES.ABS 236 5
- -- MMGRTR.DOC 7802 216
- -- =============== ========== ==========
- -- 11 Files 446396 11854
- --= ABSTRACT ===============================================--
- -- VIDEO is a menu manager package that is divided into four
- -- functional areas. It will provide application programmers with the
- -- ability to run various application systems from a menu driven user
- -- interface. Applications to be invoked via menu selections may be
- -- written in any language providing the PRAGMA INTERFACE is supported.
- -- The four functional areas are initialization of the overall
- -- application system, modeling of the application system, running the
- -- application, and diagramming the system.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 05/84 1.0 Jerry Horsewood Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-